Carbon


QDStdGlyphsProcPtr

Header: Quickdraw.h Carbon status: Supported

typedef OSStatus(* QDStdGlyphsProcPtr) (
    void *dataStream, 
    ByteCount size
);

You would declare your function like this if you were to name it MyQDStdGlyphsCallback:

OSStatus MyQDStdGlyphsCallback (
    void *dataStream, 
    ByteCount size
);
dataStream
size
function result

A result code.

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)